![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Could be because iconv defaults to the locale for -f and -t, and OpenBSD only supports the C locale.
Code:
$ file test.txt test.txt: ISO-8859 English text, with CRLF line terminators $ iconv -t UTF-8 -f CP1252 test.txt > test8.txt $ file test8.txt test8.txt: UTF-8 Unicode English text, with CRLF line terminators
__________________
Many thanks to the forum regulars who put time and effort into helping others solve their problems. |
![]() |
| Tags |
| iconv, utf-8 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache2 and Iconv | disi | NetBSD Installation and Upgrading | 1 | 13th May 2008 09:07 PM |