Skip to content

Commit

Permalink
Move comment to footnote, to avoid misformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed May 29, 2023
1 parent ed2b76a commit 17c9f3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/phonetics/txt2ipa.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ echo <<Inverting...>>

!! | Description |SAMPA| IPA | Unicode
!! | ----------------------------------- | --- | --- | ---------
!! | retroflex plosive, voiceless | t\` | ʈ | 0288, 648 (\` = ASCII 096)
!! | retroflex plosive, voiceless | t\`[^1] | ʈ | 0288, 648
!! | retroflex plosive, voiced | d` | ɖ | 0256, 598
!! | labiodental nasal | F | ɱ | 0271, 625
!! | retroflex nasal | n` | ɳ | 0273, 627
Expand Down Expand Up @@ -448,3 +448,5 @@ echo <<Inverting...>>
!! | lowered | _o
!! | advanced tongue root | _A
!! | retracted tongue root | _q

[^1]: \` = ASCII 096

0 comments on commit 17c9f3b

Please sign in to comment.