change some files to UTF8-BOM

This commit is contained in:
lixianjing 2020-06-22 18:03:30 +08:00
parent 226466f2c1
commit 162a13fd57
41 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
/* /*
Simple DirectMedia Layer Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>

View File

@ -1,4 +1,4 @@
/** /**
* File: canvas.c * File: canvas.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: canvas provides basic drawings functions. * Brief: canvas provides basic drawings functions.

View File

@ -1,4 +1,4 @@
/** /**
* File: canvas.h * File: canvas.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: canvas provides basic drawings functions. * Brief: canvas provides basic drawings functions.

View File

@ -1,4 +1,4 @@
/** /**
* File: date_time_format.c * File: date_time_format.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: date_time_format * Brief: date_time_format

View File

@ -1,4 +1,4 @@
/** /**
* File: date_time_format.h * File: date_time_format.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: date_time_format * Brief: date_time_format

View File

@ -1,4 +1,4 @@
/** /**
* File: event_recorder_player.c * File: event_recorder_player.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: event_recorder_player * Brief: event_recorder_player

View File

@ -1,4 +1,4 @@
/** /**
* File: event_recorder_player.h * File: event_recorder_player.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: event_recorder_player * Brief: event_recorder_player

View File

@ -1,4 +1,4 @@
/** /**
* File: font_manager.c * File: font_manager.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: font manager * Brief: font manager

View File

@ -1,4 +1,4 @@
/** /**
* File: native_window.h * File: native_window.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: native window * Brief: native window

View File

@ -1,4 +1,4 @@
/** /**
* File: window_manager.c * File: window_manager.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: window manager * Brief: window manager

View File

@ -1,4 +1,4 @@
/** /**
* File: soft_g2d.c * File: soft_g2d.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: software implemented image operations * Brief: software implemented image operations

View File

@ -1,4 +1,4 @@
/** /**
* File: stm32_g2d.h * File: stm32_g2d.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: stm32 dma2d implemented hardware 2d * Brief: stm32 dma2d implemented hardware 2d

View File

@ -1,4 +1,4 @@

/** /**
* File: conf_obj.h * File: conf_obj.h
* Author: AWTK Develop Team * Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@

/** /**
* File: conf_obj.h * File: conf_obj.h
* Author: AWTK Develop Team * Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@
? /** ? /**
* *
* *
*/ */

View File

@ -1,4 +1,4 @@
/** /**
* File: color_picker. * File: color_picker.
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: color_picker * Brief: color_picker

View File

@ -1,4 +1,4 @@
/** /**
* File: file_browser.c * File: file_browser.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: file_browser * Brief: file_browser

View File

@ -1,4 +1,4 @@
/** /**
* File: mledit.h * File: mledit.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: mledit * Brief: mledit

View File

@ -1,4 +1,4 @@

/** /**
* File: t9.c * File: t9.c
* Author: AWTK Develop Team * Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@

/** /**
* File: t9.h * File: t9.h
* Author: AWTK Develop Team * Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@
/** /**
* File: native_window_sdl.h * File: native_window_sdl.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: native window sdl * Brief: native window sdl

View File

@ -1,4 +1,4 @@
/** /**
* File: rtos.h * File: rtos.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: rtos * Brief: rtos

View File

@ -1,4 +1,4 @@
/** /**
* File: sys_tick.c * File: sys_tick.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: use sys tick to implement sleep/get_time_ms64. * Brief: use sys tick to implement sleep/get_time_ms64.

View File

@ -1,4 +1,4 @@
/** /**
* File: pthread_impl.c * File: pthread_impl.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: pthread implemented thread related functions. * Brief: pthread implemented thread related functions.

View File

@ -1,4 +1,4 @@
/** /**
* File: semaphore_null.c * File: semaphore_null.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: semaphore do nothing * Brief: semaphore do nothing

View File

@ -1,4 +1,4 @@
/** /**
* File: rtos.c * File: rtos.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: rtos * Brief: rtos

View File

@ -1,4 +1,4 @@
/** /**
* File: mutex.c * File: mutex.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: mutex base on tos_mutex * Brief: mutex base on tos_mutex

View File

@ -1,4 +1,4 @@
/** /**
* File: rtos.c * File: rtos.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: rtos * Brief: rtos

View File

@ -1,4 +1,4 @@
/** /**
* File: semaphore.c * File: semaphore.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: semaphore * Brief: semaphore

View File

@ -1,4 +1,4 @@
/** /**
* File: thread.c * File: thread.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: thread on cmsis_os * Brief: thread on cmsis_os

View File

@ -1,4 +1,4 @@
/** /**
* File: fs.h * File: fs.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: simple fs api * Brief: simple fs api

View File

@ -1,4 +1,4 @@
/** /**
* File: mem_allocator_pool.h * File: mem_allocator_pool.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: mem_allocator_pool * Brief: mem_allocator_pool

View File

@ -1,4 +1,4 @@
/** /**
* File: mem_allocator_simple.h * File: mem_allocator_simple.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: mem_allocator_simple * Brief: mem_allocator_simple

View File

@ -1,4 +1,4 @@
/** /**
* File: path.c * File: path.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: path * Brief: path

View File

@ -1,4 +1,4 @@
/** /**
* File: utils.h * File: utils.h
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: utils struct and utils functions. * Brief: utils struct and utils functions.

View File

@ -1,4 +1,4 @@
/** /**
* File: vgcanvas_nanovg_gl.c * File: vgcanvas_nanovg_gl.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: vector graphics canvas base on nanovg-gl * Brief: vector graphics canvas base on nanovg-gl

View File

@ -1,4 +1,4 @@
/** /**
* File: slider.c * File: slider.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: slider * Brief: slider

View File

@ -1,4 +1,4 @@
/** /**
* File: tab_button.c * File: tab_button.c
* Author: AWTK Develop Team * Author: AWTK Develop Team
* Brief: tab_button * Brief: tab_button

View File

@ -1,4 +1,4 @@
#include "tkc/mem_allocator_pool.h" #include "tkc/mem_allocator_pool.h"
#include "tkc/mem_allocator_simple.h" #include "tkc/mem_allocator_simple.h"
void allocator_test_basic() { void allocator_test_basic() {

View File

@ -1,4 +1,4 @@
#include <string> #include <string>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "tkc/rect.h" #include "tkc/rect.h"
#include "tkc/utils.h" #include "tkc/utils.h"

View File

@ -1,4 +1,4 @@
#include "base/window_base.h" #include "base/window_base.h"
#include "base/window.h" #include "base/window.h"
widget_t* window_design_create(widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h); widget_t* window_design_create(widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);