Page MenuHomeFreeBSD

tegra210: use UTF-8, not ISO-8859
ClosedPublic

Authored by emaste on Dec 29 2023, 3:56 AM.
Tags
None
Referenced Files
F115415580: D43229.diff
Wed, Apr 23, 2:06 PM
F115385340: D43229.id131966.diff
Wed, Apr 23, 6:27 AM
F115384968: D43229.id131966.diff
Wed, Apr 23, 6:21 AM
F115375951: D43229.id131974.diff
Wed, Apr 23, 3:54 AM
F115371313: D43229.id131974.diff
Wed, Apr 23, 2:40 AM
Unknown Object (File)
Sun, Apr 20, 10:36 PM
Unknown Object (File)
Sun, Apr 20, 7:00 AM
Unknown Object (File)
Sun, Apr 20, 1:46 AM
Subscribers

Details

Summary

Prompted by "This is a binary file." in D43192 I had a look at sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c, which had an ISO-8859 μ. Convert to Unicode/UTF-8.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

(Click on View Options and change to UTF-8)

image.png (213×580 px, 14 KB)

Thanks, but I think that this is not supposed to be a Chinese char but just "20 sec Lock time", @mmel ?

This revision is now accepted and ready to land.Dec 29 2023, 7:11 AM

Maximum PLL lock time is 20 microsecond. Alternatively, we may use the 'us' to avoid UTF-8 in source files.

Phabricator gets confused when the encoding is different between the before & after versions so you have to pick UTF-8 manually. Once done the right side looks like:

image.png (57×323 px, 5 KB)

We have some UTF-8 files in the tree already and I think μ is fine.

This revision was automatically updated to reflect the committed changes.