0

Is it possible to convert Chinese characters into the initials of their corresponding Pinyin using code?

I would like to convert '你好' into 'nh' (the Pinyin for '你好' is 'nihao'). Can this be achieved through code? Thank you for your response.

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 1 mth ago
    • Reported - view

    Not sure it'll work but you can try the replace() function.(use in a trigger)

    replace(text1,"你好","nh")

    text1 is your text-field

      • gold_cat
      • 1 mth ago
      • Reported - view

       Thanks Steven, but that seems to require me to define every phrase

Content aside

  • 1 mth agoLast active
  • 2Replies
  • 24Views
  • 2 Following