SIRMSG parameter

From m204wiki
Revision as of 19:25, 22 June 2012 by DmeWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
0
Parameter type
System
Where set
System manager resettable
Related products
All
Introduced
Before Sirius Mods 6.7

Description

This numeric parameter must have a value of 0, 1, or 2 indicates the case (mixed vs.upper) of Sirius messages (messages that begin with MSIR.). The values for SIRMSG are:

0
Means that messages are left as mixed case unless DBCSENV is set to a non-zero value, in which case the are translated to upper case. This value means that mixed case messages are translated to upper case in any Online using DBCS characters where lower case characters might end up being displayed as katakana. Unless a site is using DBCS, this default setting should be fine.
1
Forces translation of Sirius messages to upper case
2
Always leaves Sirius messages in mixed case, even if DBCSENV is set to a non-zero value. This is useful at DBCS sites where it is known that lower case characters will be correctly displayed.