secondlife / jira-archive

2 stars 0 forks source link

[BUG-202943] Group notice text is truncated by the simulator. #3199

Open sl-service-account opened 6 years ago

sl-service-account commented 6 years ago

Steps to Reproduce

Information from [~ansariel.hiller]:

Attachments

Links

Duplicates

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-202943 | | Summary | Group notice text is truncated by the simulator. | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Whirly Fizzle (whirly.fizzle) | | Created at | 2018-01-18T09:00:05Z | | Updated at | 2023-02-21T18:06:12Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2020-08-15T09:58:00.193-0500', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'SL Simulator', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'Filling in...', 'What were you doing when it happened?': '...', 'What were you expecting to happen instead?': '....', 'Where': 'Any region/server version.', } ```
sl-service-account commented 4 years ago

Kitty Barnett commented at 2020-08-15T14:58:00Z, updated at 2020-08-15T14:59:57Z

The technical information above is incorrect: a group message uses the same messaging as IMs so it has a limit of 1023 bytes (total for the title and the message since they're combined).

The 511 character limit is likely to accommodate non-English speaking language where UTF-8 encoding can cause one character to take up multiple bytes.

So: