Fixing Unicode problems #159

Merged
ken_fallon merged 1 commits from I158_Problems_with_Unicode_in_the_site-generator into main 2023-08-27 13:42:34 +00:00
Collaborator

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.
davmo added 1 commit 2023-08-27 12:39:10 +00:00
d519936f98 Fixing Unicode problems
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.
ken_fallon merged commit d9392bad6c into main 2023-08-27 13:42:34 +00:00
ken_fallon deleted branch I158_Problems_with_Unicode_in_the_site-generator 2023-08-27 13:42:37 +00:00
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: rho_n/hpr_generator#159
No description provided.