()
| 14 | } |
| 15 | |
| 16 | func (item *ScriptItem) String() string { |
| 17 | return fmt.Sprintf("{%v %v %v}", item.Script, item.Level, item.Text) |
| 18 | } |
| 19 | |
| 20 | // ScriptItemizer divides the string in parts for each different script. Also separates on different embedding levels and unicode.ReplacementChar (replaced by object). |
| 21 | func ScriptItemizer(runes []rune, embeddingLevels []int) []ScriptItem { |
nothing calls this directly
no outgoing calls
no test coverage detected