fluffos/docs/efun/interactive/query_encoding.md

21 lines
403 B
Markdown
Raw Permalink Normal View History

---
title: interactive / query_encoding
---
2023-11-25 09:50:24 -08:00
# query_encoding
### SYNOPSIS
string query_encoding();
### DESCRIPTION
get the input/ouput encoding for current player.
Note: the name you get are ICU internal names, which will be the same returned by set_encoding(), but may or
maynot be the one you passed in, but they refer to the same encoding.
### SEE ALSO
set_encoding