]> git.pond.sub.org Git - empserver/blobdiff - include/nat.h
Support UTF-8 encoded Unicode for user communications.
[empserver] / include / nat.h
index 2d63877765f1610299571e4a5f86cec896fb8f2d..72663f899a65aaa15c6707931ef1852207be4abc 100644 (file)
@@ -172,5 +172,7 @@ extern void agecontact(struct natstr *np);
 #define NF_SONAR       bit(4)  /* Turn auto-sonar on */
 #define NF_TECHLISTS    bit(5) /* Sort lists by tech not type */
 #define NF_SACKED       bit(6) /* Capital was sacked, and hasn't been reset yet */
+#define NF_UTF8         bit(7) /* Whether the client accepts UTF-8 (true) or
+                                   ASCII only (false) */
 
 #endif /* _NAT_H_ */