Hi, > > I'm trying to get rid of all those [+ do { local $escmode = > 0; $x } +] just because $x has some Czech characters. > epchar.min.c seems to work OK, but I don't understand > relative advatages/disadvanages of epchar.c.min vs. > epchar.c.iso-latin-2 ... Can some please explain what I'm > loosing when I use min instead of iso-lain-2? My pages happen > to be in win1250 so I could write my own epchar.c.win1250 but > why bother if min works right and there is no hidden catch I > cann't think of right now? >
It will work correctly as long as you set the correct charset in the http headers and the clients knows this charset. Having all this html escapes like ü , make the page independed of the support for the charset of the client (of course the client needs to have at least to know how to display the corresponding charaters) Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]