Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
3a93ab90
Commit
3a93ab90
authored
Jan 17, 2013
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1256 from arrbee/asciify-test-data
Move all non-ascii test data to raw hex
parents
214bf53b
f63d0ee9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tests-clar/core/env.c
+5
-5
No files found.
tests-clar/core/env.c
View file @
3a93ab90
...
@@ -16,12 +16,12 @@ static char *env_save[NUM_VARS];
...
@@ -16,12 +16,12 @@ static char *env_save[NUM_VARS];
static
char
*
home_values
[]
=
{
static
char
*
home_values
[]
=
{
"fake_home"
,
"fake_home"
,
"f
áke_hõ
me"
,
/* all in latin-1 supplement */
"f
\xc3\xa1
ke_h
\xc3\xb5
me"
,
/* all in latin-1 supplement */
"f
Āke_Ĥ
ome"
,
/* latin extended */
"f
\xc4\x80
ke_
\xc4\xa4
ome"
,
/* latin extended */
"f
ακε_hοmέ
"
,
/* having fun with greek */
"f
\xce\xb1\xce\xba\xce\xb5
_h
\xce\xbf
m
\xce\xad
"
,
/* having fun with greek */
"fa
งe_นome"
,
/* now I have no idea, but
thai characters */
"fa
\xe0
"
"
\xb8
"
"
\x87
"
"e_
\xe0
"
"
\xb8
"
"
\x99
"
"ome"
,
/*
thai characters */
"f
\xe1\x9c
x80ke_
\xe1\x9c\x91
ome"
,
/* tagalog characters */
"f
\xe1\x9c
x80ke_
\xe1\x9c\x91
ome"
,
/* tagalog characters */
"
\xe1\xb8\x9f
Ảke_hoṁ
e"
,
/* latin extended additional */
"
\xe1\xb8\x9f
\xe1\xba\xa2
"
"ke_ho"
"
\xe1
"
"
\xb9
"
"
\x81
"
"
e"
,
/* latin extended additional */
"
\xf0\x9f\x98\x98\xf0\x9f\x98\x82
"
,
/* emoticons */
"
\xf0\x9f\x98\x98\xf0\x9f\x98\x82
"
,
/* emoticons */
NULL
NULL
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment