Functions Reference

Table Of Contents
Text functions
F
ILEMAKER FUNCTIONS REFERENCE 294
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.
Option Converts text to
1 Hiragana
2 Full-width Katakana
3 Full-width Roman (Romaji)
4 Half-width Katakana
5 Half-width Roman (Romaji)