Furigana
 
Purpose 
Converts Japanese text to Hiragana, Katakana, or Roman text.
Format 
Furigana(text{;option})
Parameters 
text - any text expression or text field
option - 1 through 5, depending on how you want to convert text
Data type returned 
text
Originated in 
FileMaker Pro 14.0
Description 
Japanese text is composed of Kana (Hiragana and Katakana) and Kanji (characters). Kanji characters have multiple readings, and the Unicode ordering of these characters is arbitrary. Thus, to sort Kanji characters in a truly meaningful way, it is necessary to sort by the Kana (phonetic syllabary) reading intended for each character.
The option parameter determines whether Furigana converts the specified text to Hiragana, Katakana, or Roman (Romaji) text.
 
If option is not specified or any value other than 1 through 5, Furigana returns the specified text in Hiragana.
Example 1 
Converts the specified text to Hiragana.
Furigana ( "" ) returns .
Example 2 
Converts the specified text to Roman text.
Furigana ( "" ; 5 ) returns toukyouto.
Related topics 
Defining Furigana options
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas