app-text/uvconv-1.1.3b has been ~x86 since last year. Please test/mark it stable on x86. This is a simple Vietnamese charset conversion tool.
Compiles well for me on stable x86. Don't know how to test it further (i'm not a Vietnamese). You may send me instructions.
Created attachment 73975 [details] test suite I used this command: for i in unicode tcvn3 uviqr viscii ncr-dec;do uvconv -f utf-8 -t $i src -o result.$i;done It uses "src" as the source text and convert to other formats (unicode tcvn3 uviqr viscii ncr-dec). If you have the same result.* as in this tarball, then it works well.
(In reply to comment #2) > Created an attachment (id=73975) [edit] > test suite > > I used this command: > for i in unicode tcvn3 uviqr viscii ncr-dec;do uvconv -f utf-8 -t $i src -o > result.$i;done > It uses "src" as the source text and convert to other formats (unicode tcvn3 > uviqr viscii ncr-dec). If you have the same result.* as in this tarball, then > it works well. Works well for me.
thanks, stable on x86