Skip to content

Commit

Permalink
3rdparty: Update simpleini to v4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster authored and stenzek committed May 5, 2024
1 parent 90338ed commit 6630783
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 122 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/simpleini/LICENCE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2006-2013 Brodie Thiesfield
Copyright (c) 2006-2022 Brodie Thiesfield

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions 3rdparty/simpleini/include/ConvertUTF.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Conversions between UTF32, UTF-16, and UTF-8. Header file.
Several funtions are included here, forming a complete set of
Several functions are included here, forming a complete set of
conversions between the three formats. UTF-7 is not included
here, but is handled in a separate source file.
Expand Down Expand Up @@ -102,7 +102,7 @@ typedef unsigned char Boolean; /* 0 or 1 */
typedef enum {
conversionOK, /* conversion successful */
sourceExhausted, /* partial character in source, but hit end */
targetExhausted, /* insuff. room in target for conversion */
targetExhausted, /* insufficient room in target for conversion */
sourceIllegal /* source sequence is illegal/malformed */
} ConversionResult;

Expand Down
Loading

0 comments on commit 6630783

Please sign in to comment.