f8b064a664 chr(0x80 $i & 0x3f); return chr(0xfc ($i >> 30)) . Software design FAIL :-/ up down 1 chicopeste at gmail dot com 3 years ago iconv also support CP850. Give it a try up down 14 regrunge at hotmail dot it 6 years ago I've been trying to find the charset of a norwegian (with a lot of , , ) txt file written on a Mac, i've found it in this way: $text = "A strange string to pass, maybe with some , , characters." ; foreach( mblistencodings () as $chr ){ echo mbconvertencoding ( $text , 'UTF-8' , $chr ). Return Values Returns the UTF-8 translation of data. up down -1 urko at wegetit dot eu 4 years ago If you are trying to generate a CSV (with extended chars) to be opened at Exel for Mac, the only that worked for me was: ( $CSV , 'Windows-1252' , 'UTF-8' ); ?> I also tried this: //Separado OK, chars MAL iconv ( 'MACINTOSH' , 'UTF8' , $CSV ); //Separado MAL, chars OK chr ( 255 ). Stack Overflow works best with JavaScript enabled . Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Errors Exceptions Generators References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Session Security Filesystem Security Database Security Error Reporting Using Register Globals User Submitted Data Magic Quotes Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Dealing with XForms Handling file uploads Using remote files Connection handling Persistent Database Connections Safe Mode Command line usage Garbage Collection DTrace Dynamic Tracing Function Reference Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Credit Card Processing Cryptography Extensions Database Extensions Date and Time Related Extensions File System Related Extensions Human Language and Character Encoding Support Image Processing and Generation Mail Related Extensions Mathematical Extensions Non-Text MIME Output Process Control Extensions Other Basic Extensions Other Services Search Engine Extensions Server Specific Extensions Session Extensions Text Processing Variable and Type Related Extensions Web Services Windows Only Extensions XML Manipulation GUI Extensions Keyboard Shortcuts? This help j Next menu item k Previous menu item g p Previous man page g n Next man page G Scroll to bottom g g Scroll to top g h Goto homepage g s Goto search(current page) / Focus search box . Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question Page Not Found We couldn't find the page you requested.
Xylynfynn replied
429 weeks ago