Skip to content

Commit 5449712

Browse files
[ creek ] #88 fixed. (#91)
1 parent c182b8a commit 5449712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/creek/styles/converter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Converter
66
include Creek::Styles::Constants
77

88
# Excel non-printable character escape sequence
9-
HEX_ESCAPE_REGEXP = /_x[0-9A-Za-z]{4}_/
9+
HEX_ESCAPE_REGEXP = /_x[0-9A-Fa-f]{4}_/
1010

1111
##
1212
# The heart of typecasting. The ruby type is determined either explicitly

0 commit comments

Comments
 (0)