-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp - Upgraded some strings to part arrays
--- We've upgraded some strings to parts array. --- Type: imp Breaking: False Doc Required: False Part: 1/1
- Loading branch information
Showing
17 changed files
with
922 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,8 @@ public static class ContactData | |
""" | ||
BEGIN:VCARD | ||
VERSION:3.0 | ||
FN:Rick Hood | ||
N:Hood;Rick;;; | ||
FN:Rick Hood | ||
END:VCARD | ||
""" | ||
|
@@ -141,12 +141,12 @@ public static class ContactData | |
""" | ||
BEGIN:VCARD | ||
VERSION:3.0 | ||
FN:John Sanders | ||
NOTE:Note test for VisualCard | ||
N:Sanders;John;;; | ||
TEL:495-522-3560 | ||
ADR:;;Los Angeles;;;;USA | ||
EMAIL:[email protected] | ||
FN:John Sanders | ||
NOTE:Note test for VisualCard | ||
END:VCARD | ||
""" | ||
|
@@ -156,14 +156,14 @@ public static class ContactData | |
""" | ||
BEGIN:VCARD | ||
VERSION:3.0 | ||
FN:John Sanders | ||
NOTE:Note test for VisualCard | ||
N:Sanders;John;;; | ||
TEL:495-522-3560 | ||
TEL;TYPE=VIDEO:495-522-3550 | ||
ADR:;;Los Angeles;;;;USA | ||
EMAIL:[email protected] | ||
X-VISUALCARD-KANA:Saunders;John | ||
FN:John Sanders | ||
NOTE:Note test for VisualCard | ||
END:VCARD | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.