Fixing Unicode problems #159

Merged
rho_n merged 0 commits from refs/pull/159/head into main 2023-08-27 13:42:34 +00:00
Owner

site-generator:
- Modification to the POD documentation
- Addition of 'use 5.012' which enables various later Perl features
- Addition of "use open ':encoding(UTF-8)'" which forces 'utf8' for
all IO
- Addition of 'use Template::Plugin::HTML::Strip' for consistency
- Removal of other methods of making the default 'utf8' for IO
- Removal of "'ENCODING => 'utf8'" when setting up a new template
object. This allows template files to contain Unicode, but doesn't
seem to be necessary
- Changes to subroutine 'parse_csv': more comments, clarification of
warning message, explicit conversion of tags which are marked as
'utf8' to this format using 'utf8::encode' from core Perl.

site-generator: - Modification to the POD documentation - Addition of 'use 5.012' which enables various later Perl features - Addition of "use open ':encoding(UTF-8)'" which forces 'utf8' for all IO - Addition of 'use Template::Plugin::HTML::Strip' for consistency - Removal of other methods of making the default 'utf8' for IO - Removal of "'ENCODING => 'utf8'" when setting up a new template object. This allows template files to contain Unicode, but doesn't seem to be necessary - Changes to subroutine 'parse_csv': more comments, clarification of warning message, explicit conversion of tags which are marked as 'utf8' to this format using 'utf8::encode' from core Perl.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HPR/hpr_generator#159
No description provided.