mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes text
This commit is contained in:
@@ -137,7 +137,6 @@ def clean_json_string(str)
|
||||
cleaned_str = cleaned_str.gsub(/\\u([\da-fA-F]{4})/) { |match|
|
||||
[$1.to_i(16)].pack("U")
|
||||
}
|
||||
echoln cleaned_str
|
||||
return cleaned_str
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user