Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parse_si for Japanese excel files #141

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 30, 2014

  1. fix parse_si for Japanese excel files

     Hi.
    
    using #parse_si 'Phonetic Properties' items for Japanese excel files,
    the Phonetic items(KATAKANA) represents pronunciation hints of String(KANJI).
    
    ```
    <si>
     <t>漢字(japanese KANJI)</t>
     <rPh>
      <t>フリガナ(this is KATAKANA for pronounciation:漢字)</t>
     </rPh>
    </si>
    ```
    
    It expected get '漢字' . but got '漢字フリガナ'.
    so replace these string, because this can be caused by only `<rPh>`.
    Takashi Fujita committed Oct 30, 2014
    Copy the full SHA
    cb7503d View commit details
    Browse the repository at this point in the history