Talk:URL decoding: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 36: Line 36:


:::::::::::::: I think you need to ignore LC_ALL/LANG (other than requiring that they have sensible values for you environment and OS), since their purpose is to be able to turn unicode support on or off outside the context of the program. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 18:28, 28 May 2015 (UTC)
:::::::::::::: I think you need to ignore LC_ALL/LANG (other than requiring that they have sensible values for you environment and OS), since their purpose is to be able to turn unicode support on or off outside the context of the program. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 18:28, 28 May 2015 (UTC)
:::::::::::::::Yes I would like to ignore locale settings entirely, believe me! Yet, it is the key to making the URL decode function work correctly as evidenced from our discussion. The alternative is to use [https://github.com/kevin-albert/awkserver/blob/master/src/core.awk this urldecode() function] which has an array of every potential character needing to be decoded. -- [[User:3havj7t3nps8z8wij3g9|3havj7t3nps8z8wij3g9]] ([[User talk:3havj7t3nps8z8wij3g9|talk]]) 01:40, 29 May 2015 (UTC)