Subject: [Language] French translation in prgress
I'm making a French localization, at time of writing i have completed 25% (approx.).
~RS
~RS
Quote by RandomositySheep on 2004-10-06, 03:57:I'm making a French localization, at time of writing i have completed 25% (approx.).
~RS






As far as I know, all source files are encoded with iso-8859-1, even if the postings are encoded with utf-8. So you have to replace all characters not included in that codemap with the html entities.Quote by davidm:Other thing, I have to replace é, è and à by their html entities which should not be needed with utf-8, does it ?

Quote by iGEL:As far as I know, all source files are encoded with iso-8859-1, even if the postings are encoded with utf-8. So you have to replace all characters not included in that codemap with the html entities.

Quote by davidm:Hmmm, I have a little problem with the escape (i.e " \ ") sign that I do need for french because of the "appostrophe" ( i.e " ' ").
Other thing, I have to replace é, è and à by their html entities which should not be needed with utf-8, does it ?

Quote by iGEL:As far as I know, all source files are encoded with iso-8859-1
Quote by davidm:Once again I try to edit my post (rather than adding a new one...) and I get an "access denied".. what was that ?
Quote by Yves:Fyi, I have used the correct typographical apostrophes and quotation characters this time. It's not ' and " but ‚ ‘ ’ „ “ and ”. You should try to find the correct character for this in French. It's been a while but afair, quotation characters are « and » for you. Single-quotes and apostroph, I don't know. You can use your operating system's character map application or keyboard shortcuts to enter these characters.

Quote by Yves:All language files are UTF-8-encoded. There's a big warning (ok, not so big) at the top of each file that informs you about this. Please do not use any HTML entities in translation files. This is not HTML, this is an abstract translation of text. It will be used in different media like e-mail where no HTML entities are supported. And yes, UTF-8 is there exactly to replace those entities. This is Unicode.
Quote by Yves:Began editing before the 30 minutes limit, wanted to save it after the 30 minutes limit, I guess.