Hi,
I have a table column which is base 64 encoded.
Fields are like:
Code:
SQB6AHIAYQBkAGEAIABuAGEAZABzAHQAcgBlAGEBbgBpAGMAZQA=
when i do something like this:
Code:
SELECT base64_decode(opis)
FROM `gsopis`
WHERE `id` =1
LIMIT 0 , 30
Inested of:
Code:
Demontaza armirackog stola.
I get:
Code:
D\0e\0m\0o\0n\0t\0a\0~a\0 \0a\0r\0m\0i\0r\0a\0\rk\0o\0g\0 \0s\0t\0o\0l\0a\0
How can i get rid of unwanted characters? \0 and my language has these šđčćž, they also don't appear in string...