Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set unicode option for starndard_io at entry point | Shunichi Shinohara | 2018-02-22 | 1 | -3/+1 |
| | |||||
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done through 3 main change groups: - replacing `~s` by `~ts` in format strings, so that strings that contain unicode are properly printed rather than crashing - adding the `unicode` argument to all function of the `re` module to ensure transformations on strings containing unicode data are valid instead of crashing (see issue #1302) - replacing `ec_cnv:to_binary/1` and `ec_cnv:to_list/1` with matching functions in `rebar_utils`. The last point has been done, rather than modifying and updating erlware commons, because binary and list conversions can be a contentious subject. For example, if what is being handled is actually bytes from a given binary stream, then forcing a byte-oriented interpretation of the data can corrupt it. As such, it does not appear safe to modify erlware commons' conversion functions since it may not be safe for all its users. Instead, rebar3 reimplements a subset of them (only converting atoms and chardata, ignoring numbers) with the explicit purpose of handling unicode string data. Tests were left as unchanged as possible. This may impact the ability to run rebar3's own suites in a unicode path, but respects a principle of least change for such a large patch. | ||||
* | Fix unicode rendering of deps tree (issue #1140) | Jon | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | Added comments to explain the utf8 symbols Binary | Byaruhanga Franklin | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | removing the /utf8 flag and using the the exact utf-8 value in bytes | Byaruhanga Franklin | 2015-10-13 | 1 | -3/+3 |
| | | | removing the /utf8 flag and using the the exact utf-8 value in bytes to make it compatible with compilers <17 | ||||
* | Fix for issue #859 - unicode rendering of deps tree based on PR #865 | Byaruhanga Franklin | 2015-10-13 | 1 | -3/+3 |
| | | | | Fix for issue #859 - unicode rendering of deps tree based on PR #865 modified PR #865 to the /utf8 flag indicates this is supposed to be a UTF8 string. | ||||
* | parse versions in deps tree output and support checkouts | Tristan Sloughter | 2015-09-12 | 1 | -2/+7 |
| | |||||
* | use ~ts for unicode output and reset encoding to latin1 | Tristan Sloughter | 2015-08-31 | 1 | -4/+5 |
| | |||||
* | utf8 tree | Heinz N. Gies | 2015-08-31 | 1 | -8/+9 |
| | |||||
* | Removed extra | for last element in tree | Heinz N. Gies | 2015-08-31 | 1 | -9/+14 |
| | |||||
* | track the parent of umbrella app dependencies | Tristan Sloughter | 2015-08-16 | 1 | -4/+9 |
| | |||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -0/+79 |