ID this computer program - Chinese character-to-pinyin Excel conversion

In a college classes a few years back, I used a piece of commercial software that did this, and for the life of me, I can’t remember what it was called. Googling around for ’ “characters to pinyin” +Excel ’ and the like has been fruitless thus far.

The program operated on Excel spreadsheets: given Chinese characters in Column A, it would output the corresponding pinyin into Column B. It may or may not have been capable of doing anything else; this conversion was the only portion of the functionality that I cared about, and that’s still the case now.

Has anyone heard of such a thing? If you can help me find it again – or recommend another product that does the same thing – I’d be eternally grateful, as it would make my life much, much easier at the moment. Thanks!

This is unclear. In win98 you needed to install patches to be able to handle Chinese characters but in XP you don’t. So it could be that you do not need anything, depending on what you want to do which is unclear to me. Can you describe exactly what you have as original data? unicode UTF8? GB2312? Excel should be able to display those and similar. If what you have is byte characters that you want to be interpreted as one of those then you may need to use the CHAR() or similar function. In other words, I think we need more detailed info. Can you give a detailed example?

That doesn’t sound like a codepage issue; it sounds like the OP wants to convert (already properly displayed) Chinese characters into their pinyin pronunciations (which is mostly just an European alphabet).

This?

Oh, shit! Sorry. That’s what I get for not paying enough attention.

That’s it! Thanks a million.