Page MenuHomeFreeBSD

Use iconv to ensure the output of calendar respects the output encoding
ClosedPublic

Authored by bapt on Feb 17 2019, 10:56 AM.
Tags
None
Referenced Files
F136387838: D19221.id.diff
Mon, Nov 17, 1:24 PM
Unknown Object (File)
Sun, Nov 16, 7:39 AM
Unknown Object (File)
Sat, Nov 15, 6:44 PM
Unknown Object (File)
Sat, Nov 15, 2:17 AM
Unknown Object (File)
Fri, Nov 14, 11:47 AM
Unknown Object (File)
Thu, Nov 13, 2:42 PM
Unknown Object (File)
Thu, Nov 13, 4:37 AM
Unknown Object (File)
Tue, Nov 11, 9:25 PM
Subscribers

Details

Summary

Use iconv to ensure the output of calendar respects the output encoding

Test Plan

tested with french and russian calendars

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jilles added inline comments.
usr.bin/calendar/calendar.c
90–95 ↗(On Diff #54008)

Perhaps nl_langinfo(CODESET) is better than hard-coding the locale name format.

usr.bin/calendar/events.c
83 ↗(On Diff #54008)

Style: the open brace should be on a line by itself.

198 ↗(On Diff #54008)

This strdup is unnecessary. The pointer can be saved instead and freed after the asprintf.

bapt marked an inline comment as done.

Fix style

bapt marked 2 inline comments as done.Feb 17 2019, 3:44 PM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 20 2019, 6:41 AM
This revision was automatically updated to reflect the committed changes.