The English characters distorted after add a right to left language
i need for a right to left language support, in red hat EL6 , for repository problem, i never could to use from yum-solution,
when i try from Gnu Desktop:
and Add second language,the second language is ok but i lose English and encounter to unreadable characters,
is there a rpm-solution or config-solution?
thanks.
If your system supports multiple locales, the setting of the environment variables LANG, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, LC_NUMERIC, LC_TIME, and possibly others starting with LC_ determine how utilities will process sorting, character classification, messaging, money, dates and times, and other locale specific data.
If you are trying to process English text while using a locale designed to process left to right text, you are likely to see symptoms similar to what you have described. What output do you get from the command?:
hi,
I want that a language change in windows won't effect Linux language (which should be always English).
I had that feature but A Windows update changed it.
How can I fix it? (7 Replies)
Hello Team,
I have 2 files.one contains english text and another contains Japanese. so i have to read english text and replace the text with Japanesh text in third file.
Basically, I need a help to write japanese language in text/xml file.I heard wstring does this.Not sure how do i write... (2 Replies)
Hi Team,
I have requirement to replace Language Specific Characters in File.
We have set of characters, it should be replaced to a different character in the file.
I have around 38 characters which should replaced to different destination character.
Please help.
Thanks
Bharat (3 Replies)
i need for a right to left language support, in red hat EL6 , for repository problem, i never could to use from yum-solution,
is there a rpm-solution or config-solution? (1 Reply)
Hello,
Working on a ksh script and a little stumped... how can I return all characters to the left of the last delimeter per line in a file, skipping any lines without that delimeter?
ie, sample.txt:
Once_upon-a-Midnight_dreary_while
I pondered, weak_and weary
over many a quaint
and... (4 Replies)
Hi All,
I'm new for Solaris and exceed both. I tried searching in forum but couldn't locate any similar issue posted so posting the issue. I'm remotely connecting a solaris machine using Exceed XDMCP Query and while login I select Chinese language / locale for login. After login when I... (0 Replies)
Hi All,
I have some 10,000 files in a directory. Now, some of those files are in English and many are not. They are in other languages like Arabic, Chinese, German, Portuguese, Japanese etc.
Is there any way to delete those files that are not in English as I want to only keep English files... (1 Reply)
I don't know if this is the correct thread to post. If not tell me please.
I have a script to make some queries to a Spanish Dictionay (Real Academia Espaņola) as follows:
lynx -dump --nolist "buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_ HTML=2&LEMA="$1
It works this way:
./rae word
... (1 Reply)
Just a simple question (which may seem silly so bear with me) that arose in my mind the other day. Do ASCII characters by themselves (e.g. /n, 0, a) have an actual memory address ?
My question arises, because Im aware that each time I create and initalise a pointer like this for example
int... (7 Replies)