]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give up on using iconv to convert to UTF-8 at build time. I don't see any
authorpeter <peter@FreeBSD.org>
Mon, 12 Aug 2013 09:56:52 +0000 (09:56 +0000)
committerpeter <peter@FreeBSD.org>
Mon, 12 Aug 2013 09:56:52 +0000 (09:56 +0000)
commit1930f97c40c0bd5b011db3b4fde91899677a422b
tree7d511ddd68247a52ccd2d91eb419a759f7a68c61
parentdd70077e4b953fc2574bf9fb7e8942768157bdeb
Give up on using iconv to convert to UTF-8 at build time.  I don't see any
practical way to make iconv(1) as a build tool.  Instead pre-convert.
This gives us UTF-8 nvi catalogs even on systems without iconv enabled.
usr.bin/vi/catalog/Makefile
usr.bin/vi/catalog/dutch.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/french.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/german.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/polish.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/ru_RU.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/spanish.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/swedish.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/uk_UA.UTF-8.base [new file with mode: 0644]
usr.bin/vi/catalog/zh_CN.UTF-8.base [new file with mode: 0644]