[PHP-DB] Special Characters

2003-03-14 Thread Daz
Hi I am a bit of a newbie to some of this... but I have an issue where I need to read in a file that contains German characters and display them in a browser.. It appears the german ß (ss) gets translated etc I have tried get_html_translation_table(HTML_ENTITIES) and htmlentities() I am using the

Re: [PHP-DB] Special characters

2003-01-06 Thread Andrey Hristov
t;Bernain, Fernando G." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 7:31 PM Subject: RE: [PHP-DB] Special characters > I can't modify the character set of my MSSQL... > (Character Set = 1, iso_1 ISO 8859-1 (Latin-1) - Western European 8-b

RE: [PHP-DB] Special characters

2003-01-06 Thread Bernain, Fernando G.
5734 [EMAIL PROTECTED] -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:30 PM To: Bernain, Fernando G.; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Special characters Fernando, try to store you data in unicode (utf8) for example. You ico

Re: [PHP-DB] Special characters

2003-01-06 Thread Andrey Hristov
Fernando, try to store you data in unicode (utf8) for example. You iconv to transform if it is needed. Andrey - Original Message - From: "Bernain, Fernando G." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 7:25 PM Subject: [PHP-

[PHP-DB] Special characters

2003-01-06 Thread Bernain, Fernando G.
I'm working with MSSQL7.0 Apache 1.3.19 and PHP4.2.3 When I select a table with this kind of characters: ó The output is ¢... I have the same problem with the others vocals (á-é-í-ú) What can I do??? Forgot the spanish??? Fernando Bernain Senior A Business Process Outsourcing KPMG Argentin

[PHP-DB] special characters in odbc-queries

2001-07-19 Thread Markus Wagner
Hi there, can anyone tell me, how I have to handle special characters in an odbc-query? for example: 'select * from $table where primary-key=\'1\' ' doesn't work because of the dash in primary-key Thx Kobi -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO