Menu

#115 Firebird SJIS_0208 is set to EUC

Unknown
closed
nobody
2015-01-05
2015-01-02
No

Hi all

I found the bug about Firebird SJIS_0208.

ZPlainFirebirdDriver.pas(633 in trunk)

Self.AddCodePage('SJIS_0208', CS_SJIS_0208, ceAnsi, zCP_EUC_JP, '', 2); {Japanese}

This is easy mistake, SJIS is SJIS you know.

So, please fix this using bellow code.

Self.AddCodePage('SJIS_0208', CS_SJIS_0208, ceAnsi, zCP_SHIFTJS, '', 2); {Japanese}

best regards,

Discussion

  • EgonHugeist

    EgonHugeist - 2015-01-02

    Patch applied: R3578 \testing-7.2 (SVN)

    did you check if the zCP_SHIFTJS codepage 932 is correct?

    Michael

     
  • Tsutomu Hayashi

    Tsutomu Hayashi - 2015-01-02

    Hi Michael

    I checked this patch, after patched works file around this feature.

    best,

     
  • Tsutomu Hayashi

    Tsutomu Hayashi - 2015-01-02

    Sorry, file -->> fine.

     
  • EgonHugeist

    EgonHugeist - 2015-01-05

    Closed?

     
  • Tsutomu Hayashi

    Tsutomu Hayashi - 2015-01-05

    Thanks! Let's close.

     
  • Tsutomu Hayashi

    Tsutomu Hayashi - 2015-01-05
    • status: open --> closed
     

Log in to post a comment.