FunctionsstripDiacriticsFromCharacterstripDiacriticsFromCharacter CallablestripDiacriticsFromCharacter(character: string, gagEffect: number, capitalize: boolean): stringHelper method to strip diacritics from characters.Parameterscharacter: stringcharacter that needs to be stripped.gagEffect: numberThe current gag effect level.capitalize: booleanWhether to returned character should be capitalized or notReturns stringcharacter that being stripped after garbling.
Helper method to strip diacritics from characters.