Ask a Question related to Ruby, Design and Development.
-
Armin Roehrl #1
Ruby & Cyrillic (Russian encodings)
Hi,
I would be thankful if s.b. could
give me a link dealing with Cyrillic encoding in Russian.
I want todo trivial things like checking whether a letter
is upper-or lower-case ,etc.
Thx,
-A.
----------------------------------------
Armin Roehrl, [url]http://www.approximity.com[/url]
Armin Roehrl Guest
-
Multiple Encodings & Languages within Contribute
<b>Can Contribute support multiple encodings for a page? Also, can contribute support multiple languages including dual byte? Thanks for the... -
Cyrillic characters / CF?
I'm trying to develop a web page in russian. The files are UTF-8 encoded text files. With an .htm or .html extension, the cyrillic characters... -
cyrillic fonts
i'm using illustrator 10, and i'm trying to do a job that requires russian language. i can't seem to get my cyrillic fonts to appear as cyrillic. i... -
[ANN] Russian Ruby resource and Ruby Course
On Fri, Oct 10, 2003 at 01:58:16AM +0900, Yuri Leikind wrote: Good luck, guys! õÄÁÞÉ :-) I wonder how many Russian-speaking rubyists are... -
encodings and htmlentities...
Hi, I have a seamingly simple problem: My databse contains following character: µ. When I put it into xml, xml breaks. I tried using... -
Alexander Bokovoy #2
Re: Ruby & Cyrillic (Russian encodings)
On Fri, Jul 11, 2003 at 10:20:57PM +0900, Armin Roehrl wrote:
Which encoding? :) There are around 27 cyrillic encodings.> Hi,
>
> I would be thankful if s.b. could
> give me a link dealing with Cyrillic encoding in Russian.
Most of commonly used are supported by iconv() -- this reduces number of
them to 4-6.
Look into glibc's Cyrillic locales definitions, together with selected> I want todo trivial things like checking whether a letter
> is upper-or lower-case ,etc.
encodings.
--
/ Alexander Bokovoy
---
Is this really happening?
Alexander Bokovoy Guest
-
Armin Roehrl #3
Re: Ruby & Cyrillic (Russian encodings)
Thank you very much. I see I have to invest a bit of time> Look into glibc's Cyrillic locales definitions, together with selected
> encodings.
here to learn the basics first. :-).
Have a good weekend,
-A.
Armin Roehrl Guest
-
Josef 'Jupp' Schugt #4
Re: Ruby & Cyrillic (Russian encodings)
Saluton!
* Armin Roehrl; 2003-07-11, 20:36 UTC:Cyrillic Charset Soup by Roman Czyborra has information about the> Hi,
>
> I would be thankful if s.b. could give me a link dealing with
> Cyrillic encoding in Russian.
encoding of languages using cyrillic letters and why most people do
not use ISO 8859-5:
[url]http://czyborra.com/charsets/cyrillic.html[/url]
Information about character encoding is also available at my home
page. Try any of these URLs:
[url]http://members.lycos.nl/jupp/charsets/[/url]
[url]http://mitglied.lycos.de/buran/charsets/[/url]
[url]http://members.fortunecity.com/deusxmachina/charsets/[/url]
*Note:* For covering *all* cyrillic (not just the characters used for
Russian) you have to use Unicode. All other encodings lack some
characters.
Gis,
Josef 'Jupp' Schugt
--
N'attribuez jamais à la malice ce que l'incompétence explique !
-- Napoléon
Josef 'Jupp' Schugt Guest



Reply With Quote

