nxt.languages

Undocumented in source.

Members

Enums

Lang
enum Lang

Language Code according to ISO 639-1 plus computer languages.

MarkupLang
enum MarkupLang

Markup Lang

Functions

capitalizesCommonNoun
bool capitalizesCommonNoun(Lang lang)

Check if lang capitalize all its nouns include common nouns.

decodeLang
Lang decodeLang(const(char)[] lang)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeLangDefaulted
Lang decodeLangDefaulted(const(char)[] lang, Lang defaultLang)
Undocumented in source. Be warned that the author may not have intended to support it.
isCaseSensitive
bool isCaseSensitive(Lang lang)

Return true if programming language lang is case-sensitive.

isFormal
bool isFormal(Lang lang)

Return true if lang is a formal (computer) language.

toHTML
string toHTML(Lang lang)
Undocumented in source. Be warned that the author may not have intended to support it.
toMathML
string toMathML(Lang lang)
toSpoken
string toSpoken(Lang lang, Lang spokenLang)

TODO Remove when __traits(documentation) is merged

Meta