Hi, I am using the API with the perl interface that is linked to from the API page of the wiki and connecting to a postgresql database all with encoding utf8.
I have a script that checks through access list entries and we have a customer (maybe more than one) who's name contains an ñ (Spanish eñe). Unicode 0241 in case people can't see that character and 0xc3b1 in utf8.
Unfortunately the encoding for that letter is chucked out by Postgresql as not being utf8. If I try to print it, it comes out as �, which doesn't correspond to any wide byte character encoding that I can find.
I've attempted getting perl to convert that text in as many ways and different source character sets as I can think of and nothing works.
So, does anyone know what character set RouterOS uses, or is this a bug of some sort??
Thanks - Lawrence