Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/09/18, 02:57 AM   #1
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
[fixed] 3.3 ZO_LocalizeDecimalNumber broken?

Is there a new function intended to replace ZO_LocalizeDecimalNumber() in 3.3? I might have missed something, but I have a few functions calling it and they throw errors on the PTS.

Looked into it, and looks like line #130 in esoui/libraries/globals/localization.lua:
Code:
local decimalSeparatorIndex = zo_strfind(amountString, "%"..DIGIT_GROUP_DECIMAL_REPLACER) -- Look for the literal separator
is referencing a DIGIT_GROUP_DECIMAL_REPLACER which doesn't have a defined value anymore.
 
 

ESOUI » Developer Discussions » Bug Reports » [fixed] 3.3 ZO_LocalizeDecimalNumber broken?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off