Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#9771 closed enhancement (fixed)

Dotclear Import can benefit from using WordPress Core Routines

Reported by: hakre's profile hakre Owned by:
Milestone: 2.8 Priority: normal
Severity: minor Version: 2.8
Component: Import Keywords: has-patch commit
Focuses: Cc:

Description

Doctclear Import defines function valid_utf8() while seems_utf8() does the same without having many more funcions defined as well: valid_1byte(). valid_2byte(), valid_3byte() ...

This is a minor code improvement.

Attachments (1)

9771.patch (3.0 KB) - added by hakre 16 years ago.
Code Cleanup

Download all attachments as: .zip

Change History (3)

@hakre
16 years ago

Code Cleanup

#1 @Denis-de-Bernardy
16 years ago

  • Keywords commit added

any interest?

#2 @westi
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11278]) Switch dotclear importer to use builtin UTF8 testing functionality. Fixes #9771 props hakre.

Note: See TracTickets for help on using tickets.