Remove unessential non-ascii symbols from source
authorBoris Zanin <boris.zanin@mobica.com>
Fri, 21 Jun 2019 08:58:59 +0000 (10:58 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 25 Jun 2019 08:07:14 +0000 (04:07 -0400)
commit51d8f48c31a03ca5ff06644935d846ffe456f07a
tree9dd8190651f926252ae88ea6ef71afaf998d8ecf
parentd4257771131b791cb5cd18a56fbab0b2a2d72eae
Remove unessential non-ascii symbols from source

Several files contain symbols like zero width space,
unusual apostrophe, dash and several national symbols
instead of English.

This might be error prone (please see more details
in the issue).

Replace them to allow upcoming non-ascii validator
to pass.

Components: Framework

VK-GL-CTS issue: 1836

Change-Id: I3a274f14d117d5b1362f6ceeb20f096c8680b362
external/openglcts/docs/specs/CTS_ARB_post_depth_coverage.txt
external/openglcts/modules/common/glcRobustBufferAccessBehaviorTests.cpp
external/openglcts/modules/gl/gl4cDirectStateAccessTests.hpp
external/openglcts/modules/gl/gl4cDirectStateAccessTexturesTests.cpp
external/openglcts/modules/gl/gl4cIncompleteTextureAccessTests.hpp
external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderPrimitiveCoverage.cpp
external/vulkancts/modules/vulkan/api/vktApiBufferViewAccessTests.cpp
external/vulkancts/modules/vulkan/api/vktApiGetMemoryCommitment.cpp
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderCase.cpp
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmGraphicsShaderTestUtil.cpp
framework/delibs/debase/deFloat16.c