Encoding GBK2312 Condundrum
- by user792271
I am an amateur coder and I have a small problem.
My goal is to have one text input with two buttons.
The first button uses a bit of
Javascript called SundayMorning to
translate the text (to Chinese)
The second button submits the text to a
URL. The URl requires that Chinese
text be encoded it in GBK2312
character set.
I have duct taped…