RE: [Phpvideopro-developers] First Polish translation
Brought to you by:
izzy
From: Tom A. <to...@ko...> - 2001-09-04 17:58:32
|
No idea really (again never worked with it). But if you insist, since this is a php application, in 99 out of 100 cases it will be viewd in a browser. So I guess html-codes would be the solution. Ditch the charset ;-) Tom > -----Oorspronkelijk bericht----- > Van: > php...@li... > [mailto:php...@li...urceforge. > net]Namens Itzchak Rehberg > Verzonden: dinsdag 4 september 2001 19:48 > Aan: php...@li... > Onderwerp: Re: [Phpvideopro-developers] First Polish > translation > > > Hi Tom, > > Tom Albers wrote: > > Hmm... Never worked with charsets. Isn't there a way > to put them > > in a 'universal' manner in the db and when the right > charset is > > chosen it looks like something? > > Unicode (UTF8)? Never worked with that - but that > would do exactly this. > Alternative: use &html; codes instead of special > chars. No smiley, since > I could use PHP's conversion mechanism to store all > information > html-coded into the db. No need to port it back, since > it will be > displayed by a web browser. Thus, user entered data > would be completely > charset independant - only the users PHP installation > would have to know > what charset is in use. Two problems with this: > 1) afaik PHP does this conversion always using > iso-8859-1 (if not fixed) > 2) if somebody wants to read the database from within > another app... > (s)he's lost - except that app understands teh > HTML code natively > > Opinions? > > </izzy> > -- > Itzchak Rehberg > http://www.qumran.org/homes/izzy/ > "Advance is the mother of problems." (G.K. Chesterton) > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr o-developers |