Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6954443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:36:25+00:00 2026-05-27T14:36:25+00:00

We wanted to convert a unicode string in Slovak language into plain ASCII (without

  • 0

We wanted to convert a unicode string in Slovak language into plain ASCII (without accents/carons) That is to do: č->c š->s á->a é->e etc.

We tried:

cstr = Iconv.conv('us-ascii//translit', 'utf-8', a_unicode_string)

It was working on one system (Mac) and was not working on the other (Ubuntu) where it was giving ‘?’ for accented characters after conversion.

Problem: iconv was using LANG/LC_ALL variables. I do not know why, when the encodings are known, but well… You had to set the locale variables to something.utf8, for example: sk_SK.utf8 or en_GB.utf8

Next step was to try to set ENV[‘LANG’] and ENV[‘LC_ALL’] in config/application.rb. This was ignored by Iconv in ruby.

Another try was to use global system setting in /etc/default/locale – this worked in command line, but not for Rails application. Reason: apache has its own environment. Therefore the final solution was to add LANG/LC_ALL variables into /etc/apache2/envvars:

export LC_ALL="en_GB.utf8"
export LANG="en_GB.utf8"
export LANGUAGE="en_GB.utf8"

Restarted apache and it worked.

This is more a little how-to than a question. However, if someone has better solution I would like to know about it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:36:26+00:00Added an answer on May 27, 2026 at 2:36 pm

    You can try unaccent approach instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to convert string into array of bytes . How can i do
Wanted to convert <br/> <br/> <br/> <br/> <br/> into <br/>
I wanted to write a function that would take an object and convert it
I have a VB application. Clients wanted to convert that to a .net application.
How do i convert String www.mywebsite.com/firefox.txt to URL ? I wanted to use this
I wanted to convert array< Byte>^ to unsigned char*. I have tried to explain
If I wanted to convert a 64 bit number that reprasents time in Windows
I have the following date string: dtstr = '2010-12-19 03:44:34.778000' I wanted to convert
I wanted to convert string of EditText to Bitmap. have a string like this
I wanted to convert a string (which obviously is an xml) to an XmlNode

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.