[Bug 233252] converters/iconv: different output on Linux
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 16 12:54:26 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233252
Bug ID: 233252
Summary: converters/iconv: different output on Linux
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: bland at FreeBSD.org
Reporter: pascal.christen at hostpoint.ch
Flags: maintainer-feedback?(bland at FreeBSD.org)
Assignee: bland at FreeBSD.org
I asked the same question on the mailing-list without any response so let's try
it here:
I have a problem with iconv (libc) or maybe it's by design on BSD:
FreeBSD11.2:
[test at server:~] % echo 'Ørnæréjö' | iconv -f utf-8 -t ascii//TRANSLIT
Ornaer'ej"o
macOS Mojave:
Pascals-MBP:~ pascalchristen$ echo 'Ørnæréjö' | iconv -f utf-8
-tascii//TRANSLIT
Ornaer'ej"o
Ubuntu 18.04:
test at DE-NUE01 ~ # echo 'Ørnæréjö' | iconv -f utf-8 -t ascii//TRANSLIT
Ornaerejo
As you can see, on BSD some characters are with ' or " and on Linux it's
just as expected when using TRANSLIT. Any ideas?
https://lists.freebsd.org/pipermail/freebsd-bugs/2018-November/084192.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list