Re: Decoding more languages
[email protected] ("Octavian Rasnita")
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <00d301c42136$9157af90$251c320a@teddy> |
Oh, sorry, but I've made a mistake when writing the message. The Romanian language uses ISO-8859-2 and not ISO-8859-1 So the question remains. Is it possible to decode a text written in more languages that use more charsets? Thank you. ----- Original Message ----- From: "Nick Ing-Simmons" <[email protected]> To: <[email protected]> Sent: Tuesday, April 13, 2004 11:13 AM Subject: Re: Decoding more languages > Octavian Rasnita <[email protected]> writes: > >Hello all, > > > >I want to transform a text that contains words in more languages (it is a > >course for learning a foreign language) in UTF-8. > >I have 2 texts, one that contains Romanian and French words, and another one > >that contains Romanian and Spanish words. > >I have seen that I can Encode::decode('ISO-8859-1', $text) the romanian