[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread Marc A. Donges
RTFM ** Changed in: php5 (Ubuntu) Status: New => Invalid -- found bug on PHP5 https://bugs.launchpad.net/bugs/255895 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread Marc A. Donges
This is all documented: http://de.php.net/fgetcsv “Note: Locale setting is taken into account by this function.” The default locale is usually C, so Octets 0x80–0xff are undefined and therefore non-printable. Using a UTF-8 locale, your program works as expected. Just add “setlocale(LC_CTYPE, 'en_

[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread ouychai
** Attachment added: "news.csv" http://launchpadlibrarian.net/16636544/news.csv -- found bug on PHP5 https://bugs.launchpad.net/bugs/255895 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread ouychai
Oh! I'm wrong This program for read file "news.csv" and display on web site. -- found bug on PHP5 https://bugs.launchpad.net/bugs/255895 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ub

[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread ouychai
The result is Array ( [0] => The result of Vote [1] => http://www.sangaban.org/Local_Administrator/news/%E0%B8%9C%E0%B8%A5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A5%E0%B8%B7%E0%B8%AD%E0%B8%81%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87%E0%B8%AD%E0%B8%A2%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%84%E0%B8%A1%E0

[Bug 255895] Re: found bug on PHP5

2008-08-08 Thread Greg Auger
** Changed in: php5 (Ubuntu) Sourcepackagename: None => php5 -- found bug on PHP5 https://bugs.launchpad.net/bugs/255895 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 255895] Re: found bug on PHP5

2008-08-07 Thread Marc A. Donges
Please show an example (the domain sangaban.org has a broken and a lame delegation and none elsel, so your link does not work) of the problem. Describe what you expect to happen and what happens instead. I am not quite familiar with PHP, but I don’t see anything in the above code that is sensitiv